Q3Set_Empty
You can use theQ3Set_Empty
function to empty a set of all the elements it contains.
TQ3Status Q3Set_Empty (TQ3SetObject target);
target
- A set object.
DESCRIPTION
TheQ3Set_Empty
function removes all the elements currently in the set specified by thetarget
parameter.If the specified element type is a custom element type,
Q3Set_Empty
uses the custom type'skQ3MethodTypeElementDelete
custom method. See the chapter "QuickDraw 3D Objects" for complete information on custom element types.